From 3b3cc3f5253bd938de779044ca5f42d332c36a9d Mon Sep 17 00:00:00 2001 From: oliskoli Date: Fri, 25 Apr 2008 19:10:49 +0000 Subject: [PATCH] Add 'Exif' docs. --- gpsbabel/xmldoc/formats/exif.xml | 9 +++++++++ gpsbabel/xmldoc/formats/options/exif-filename.xml | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 gpsbabel/xmldoc/formats/exif.xml create mode 100644 gpsbabel/xmldoc/formats/options/exif-filename.xml diff --git a/gpsbabel/xmldoc/formats/exif.xml b/gpsbabel/xmldoc/formats/exif.xml new file mode 100644 index 000000000..44b54faf5 --- /dev/null +++ b/gpsbabel/xmldoc/formats/exif.xml @@ -0,0 +1,9 @@ + + With this format GPSBabel reads GPS information from embedded + Exif (Exchangeable image file format) data. Exif is standardized and can + hold also GPS data. A good example for Exif information are camera information in JPEG pictures. + + + At this time this feature can be found in mobile phones with camera and GPS receiver, and other more + expansive digital cameras. + diff --git a/gpsbabel/xmldoc/formats/options/exif-filename.xml b/gpsbabel/xmldoc/formats/options/exif-filename.xml new file mode 100644 index 000000000..58f90f2bb --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/exif-filename.xml @@ -0,0 +1,10 @@ + + With this default option waypoint names are generated from source filename. + + + + gpsbabel -i exif -f "C:\Pictures\IMG_1199.JPG",filename=Y -o gpx -F OUT.GPX + + The resulting waypoint in OUT.GPX has name IMG_1199. + + -- 2.30.2